Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nestify-anything

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestify-anything

Recreates an object from any `nested.props`. A simple and small integration.

  • 3.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
decreased by-15.82%
Maintainers
1
Weekly downloads
 
Created
Source

Nestify anything 🧅

Total Downloads Latest Stable Version

npm i nestify-anything

Recreates an object from any nested.props. A simple and small integration.

Can be used in combination with flatten-anything 🏏, which does the exact opposite of this one! 😉

Meet the family (more tiny utils with TS support)

Usage

import { nestifyObject } from 'nestify-anything'

const target = {
  'name': 'Ho-oh',
  'types.fire': true,
  'types.flying': true,
}

nestifyObject(target)
// returns {
//   name: 'Ho-oh',
//   types: { fire: true, flying: true }
// }

Currently the library only works with the dot character '.' as separator. If you need other characters like slash '/', let me know in an issue!

Keywords

FAQs

Package last updated on 05 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc